home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / comm / beck110.zip / REBECCA.INI < prev    next >
INI File  |  1996-08-10  |  2KB  |  114 lines

  1. #
  2. # To customize the editor, edit this file and save to
  3. # the directory Rebecca.EXE exists.
  4. #
  5.  
  6. #----------------------------------
  7. # Colors
  8. #----------------------------------
  9. # Specify the Red Green Blue value separating a white space.
  10. # e. g.
  11. # 192 192 192 is light gray
  12. # 255 000 000 is light red
  13. # 000 000 127 is dark blue
  14.  
  15. [Colors]
  16.  
  17. # The color of text
  18. TextColor=000 000 000
  19.  
  20. # The color of background
  21. BackColor=255 255 255
  22.  
  23. # The color of URL or E-mail addresses
  24. MarkColor=000 000 192
  25.  
  26. # The color of the CR code
  27. CRColor=127 000 000
  28.  
  29. # The color of the EOF mark
  30. EOFColor=127 000 000
  31.  
  32. # The color of the TAB mark
  33. TABColor=192 192 192
  34.  
  35. # The color of the ruler
  36. GaugColor=000 000 127
  37.  
  38. # The color of the background of the ruler
  39. GbakColor=192 192 192
  40.  
  41. # The brank space at the left side of the edit window
  42. LBakColor=255 255 255
  43.  
  44.  
  45. [Settings]
  46. #----------------------------------
  47. # Initial value
  48. #----------------------------------
  49.  
  50. # Tab size
  51. DefaultTAB=8
  52.  
  53. # Maximum column width
  54. DefaultColumn=256
  55.  
  56. # Word wrap point
  57. AutoSplitCol=73
  58.  
  59. # The size of undo buffer (KB)
  60. UndoLimit=1024
  61.  
  62. # Spacing between lines
  63. WideLine=0
  64.  
  65. # Spacing between lines when printing
  66. PrintSpacing=0
  67.  
  68. [Options]
  69. #----------------------------------
  70. # Option switches
  71. #----------------------------------
  72.  
  73. # Insert mode
  74. InsertMode=1
  75.  
  76. # Auto indent mode
  77. AutoInd=1
  78.  
  79. # Input white spaces by TAB key instead of a hard tab
  80. SoftTAB=0
  81.  
  82. # Permit the cursor to locate after the EOL
  83. EOLOverCsr=1
  84.  
  85. # Free cursor mode
  86. FreeCursor=0
  87.  
  88. # Fill by hard tabs instead of white spaces when you input a character after
  89. # EOL in the free cursor mode
  90. FillByTAB=0
  91.  
  92. # Locate the caret at the middle of the window after searching, jumping...
  93. JumpCenter=1
  94.  
  95. # Box type caret
  96. BoxCursor=1
  97.  
  98. #----------------------------------
  99. # Display (0: Off, 1: On)
  100. #----------------------------------
  101.  
  102. # Tab code
  103. TabDisplay=1
  104.  
  105. # Under line at the current line
  106. UnderLine=0
  107.  
  108. # CR code
  109. CRDisplay=1
  110.  
  111. # EOF code
  112. EOFDisplay=1
  113.  
  114.